Next: Using an already running Emacs process, Previous: Turning on auto-fill by default, Up: Common requests [Contents][Index]
load-path?In general, you should only add to the load-path.
You can add directory /dir/subdir to the load path
like this:
(add-to-list 'load-path "/dir/subdir/")
To do this relative to your home directory:
(add-to-list 'load-path "~/mysubdir/")